home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / f2c3.2src.lha / f2c-for-SASC651 / src / usignal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-29  |  124 b   |  8 lines

  1. #include <signal.h>
  2. #ifndef SIGHUP
  3. #define    SIGHUP    1    /* hangup */
  4. #endif
  5. #ifndef SIGQUIT
  6. #define    SIGQUIT    3    /* quit */
  7. #endif
  8.